ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / InvalidInput Property

In This Topic
    InvalidInput Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.InputDateBase.OnClientInvalidInput client event. Occurs when invalid input is detected.
    Syntax
    'Declaration
     
    Public Property InvalidInput As String
    public string InvalidInput {get; set;}
    See Also